FORMAT CURRENCY/NUMBER Assistant
By clicking FormatCurrency or Format Number, under VBScript/Format in the Tags window, you bring up the Format Currency/Number Assistant. Whichever one you double-clicked (Currency or Number) will be chosen by default when the assistant opens. If you select a number before you double-click, that number automatically is shown in the number box. Also, the default for 'Digits After Decimal' for currency is '2' and the default for number is '0'
Choices are:
Response.Write
This puts the shortcut "=" in front of the entire statement
Include Leading Digits - This choice is whether or not to put a digit to the left of the decimal whether you manually included it or not.
Group Digits
This groups the numbers by separating them with commas...(i.e 4,545,346 instead of 4545346)
These next three should be self-explanatory
Surround Function with ASP Tags
Digits after Decimal
Use Parens (Parentheses) for Negative Numbers